@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(cms/wp-content/themes/nova/img/bg/patterns/noise.png);
	background-repeat: repeat;
	margin-top: 100px;
}
#header {
	position: relative;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-image: url(images/bg_start.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#logo {
	float: left;
	height: 200px;
	width: 200px;
	text-align: right;
}
#english {
}
#kiswahili {
}
#adresse {
	margin-top: 20px;
	position: relative;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color: #006699;
	background-image: url(images/bg_start2.png);
	background-repeat: repeat-x;
	background-position: top;
}
#a_block {
	padding: 10px;
	width: 360px;
	position: relative;
	float: left;
}
#clear {
clear:both
}
#footer {
	margin-top: 10px;
	position: relative;
	padding: 10px;
}
h1 {
	font-size: 16px;
}
a, a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
